home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7706 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  55 lines

  1. Path: diable.upc.es!news
  2. From: EI39881395@xus.upc.es (CARLES_JORDA_NOGALES)
  3. Newsgroups: comp.lang.c
  4. Subject: QUESTION.LINKING PROCESS METHOD. HOW IT GOES?
  5. Date: 28 Feb 1996 11:07:50 GMT
  6. Organization: Universitat PolitΦcnica de Catalunya
  7. Distribution: world
  8. Message-ID: <4h1d26$nk5@diable.upc.es>
  9. NNTP-Posting-Host: xus.upc.es
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso8895-1
  12. Content-Transfer-Encoding: 7bit
  13. X-News-Reader: VMS NEWS 1.20
  14.  
  15.  
  16.  
  17.  
  18.     1           Just want to know how a compiler link the 
  19.     2           modules and what's if some module have 
  20.     3           privileges on to the others?
  21.     3.01    
  22.     3.1         If someones know about if in a link process
  23.     3.2         there are some precedense or privilege of
  24.     3.3         one module to the others please answer me
  25.     3.4         and explain how it works.
  26.     3.41    
  27.     3.5         Other question about link process, when is
  28.     3.6         made a link process results an executable
  29.     3.7         program, in this executable ┐how are situated
  30.     3.8         ona structured the modules?
  31.     3.9                 ┐there are each one module in one whole piece
  32.     3.91        and when the control have to translate to it
  33.     3.92        there are JUMP instruction?
  34.     3.93                ┐the JUMP instruction have the same speed alwais
  35.     3.94        , wherever it was situated the next adress?
  36.     3.941   
  37.     3.942   
  38.     3.95        //////////////////////////////////////////////
  39.     3.951   
  40.     3.952   
  41.     3.96        THis question are stablished because and idea i've 
  42.     3.97        been thinking about,,, if some module have more
  43.     3.98        solisitations (are more often used) we could structure
  44.     3.99        and reorder the linking process to increase the speed 
  45.     3.991       velocity
  46.     3.9911  
  47.     3.9912  
  48.     3.9913  
  49.     3.992       specting for your answer  Carles Jorda Nogales
  50.     3.99202     Industrial Engeneer Student, Barcelona, Spain
  51.     3.9921  
  52.     3.993   
  53.  
  54.     4       
  55.